values in reverse order meaning in Chinese
数值倒序排列
Examples
- The rsort ( ) function sorts an array by the values in reverse order
函数的作用是:对数组的值进行逆向排序。 - The arsort ( ) function sorts an array by the values in reverse order . the values keep their original keys
函数将数组中的值从后往前(即:倒序)进行分类,并依次输出所有的值。每个值所对应的键保持不变。